Visual Basic Tools - Disc 5
ActiveLink - Wordlink Control - Version 1.6 |
||||||
|
||||||
Activelink - Wordlink Control is a Active X control that make a hyperlink in your application. It support mailto:your@your.com URL. It have cool effect like "hover underlining" and "ColorOnMouseOver" properties like using JavaScript or CSS in IE4 ! |
Add Procedure With Code Add-In - Version 1.1 |
||||||
|
||||||
There is already a utility that comes with VB 5.0 to add a procedure to your code. The problem I have with it is that you always have to type in generic error handling code with each procedure. I have written an add-in that you can add to VB 5.0 that will add a procedure to your code (much like the one already in VB 5.0, but it will also insert some error handling code for you.) |
ASCII Converter - Version 1.2 |
||||||
|
||||||
This program is for programmers. It quicly converts text into ASCII code for you in no time. Good to use on your programs with names, addresses, etc. instead of regular text so that no one will be able to alter text using a HEX editor. |
Ascii Key Catcher - Version 1.0 |
||||||
|
||||||
This program will catch Ascii key. You can use it in your program. |
BinaryWork Time Machine OCX - Version 1.0.0 |
||||||
|
||||||
An international date bug inside VB, to set and get directly the date of the system, to solve part of the Y2K problem, and with a suite of date verifications and calculations that can vary of the year 1000 to the year 9999. We are studing and testing also a method to automatic replace VB code using the Date data type and the VB functions Dateadd and Datediff inside already developed source codes with the BinaryWork Time Machine OCX (the name of the application will be BinaryWork Date Converter) |
BinaryWork VB5 to VB6 Converter - Version 1.0.0 |
||||||
|
||||||
Application to convert VB5 compiled applications to VB6application without recompiling it ( your application will use the msvbvm60.dll instead the msvbvm50.dll ) This application is the result of some tests inside exes, dlls, and ocxs compileds in VB5 , A complete help file is included in the package , and the application is very easy to use. |
Card Deck Resource - Version 1.0 |
||||||
|
||||||
Complete resource file containing both traditional and video poker style decks, wild cards, editable card graphics, and complete instructions. Royalty free distribution license upon registration. |
Christian's Subclassing DLL - Version 1.0 |
||||||
|
||||||
A little tool to help you subclassing windows under VB5. |
CmpMdb - Version 1.00 |
||||||
|
||||||
Do you need a program that compares two Access Database and lists all the difference? Do you want to know if your clients Database has been updated with the your working copy? Now you can! CmpMdb is a program that compares Two access databases and lists all the differences found in a screen output that can be saved on a file or printed out! |
DBClass - Version 1.0 |
||||||
|
||||||
Avoid the tedium of creating or modifying data classes for VB5 applications. DBClass creates classes containing all the requisite lets and gets as well as list/combo box fillers, navigation tags, and other database functions that one would wish to have encapsulated within their classes. Exe provided creates DAO classes for Access databases. Source available for customization to ADO, etc for anydatabase. |
EasyMarquee - Version 1.0 |
||||||
|
||||||
An ActiveX Control that lets you add a marquee in your applications. It has support for Background images and you can specify if the text is moving from left to right or right to left.You can even use it with other Languages and programsthat support ActiveX Controls.s |
Essential Tools for Visual Basic - Version 6.0.92 |
||||||
|
||||||
If you're a Visual Basic developer you MUST have this time-saving addin. Visit the Essential Tools home page for detailed descriptions and screen shots. |
JK Registration Wizard - Version 1.00 |
||||||
|
||||||
A program that gives your users the chance to securely register your program with a credit card. This is great for international distributing of programs. |
Learning Microsoft Visual Basic 5.0 - Version 2.0 Beta |
||||||
|
||||||
Learning Microsot Visual Basic 5.0 Beta is here! Download now because it's only 1.30MB. The beta has 3 lessons for you, but in full version there are 10 lessons and 2 quizzes! Learn MVB5 in 1 day! |
Login - Version 1.00 |
||||||
|
||||||
This sample show's how to make a registration screen for a program, it request a user name and password from the user,if the information is correct it saves it to INI file and removes the login screen. |
Maquisistem VB5 Runtime Disconnector - Version 1.0.0 |
||||||
|
||||||
To disconnect applications compileds with VB5 frommsvbvm50.dll , with this application you can distribute VB5 applications without requiring installation and free of conflicts involving the VB5 runtime versions, this application convert exes , ocxs and dlls files compileds with VB5 , and the interface to use is very easy to understand , any VB5 developer can use it without problems , and the technology used inside this application is original of Maquisistem Ltda. |
Rapid Menu - Version 1.00 |
||||||
|
||||||
Designed to make menu design alot easier than using the Visual Basic built in editor. It does this by visually showing the menu that you are creating. Menu names are also automatically generated in the Microsoft standard. So you can now spend more time writing the code than trying to work out menu structures. |
RegExpr for VB - Version 1.0 |
||||||
|
||||||
Brings the power of regular expressions to Visual Basic 5.0,Word 97, Excel 95 and Access 95 (including later versions too). RegExpr is a function library that supports Perl 5.0 style regular expressions.Requires the VB 5.0 Runtimes. |
SHBrowse.dll - Version 1.0 |
||||||
|
||||||
Allows VB5 programmers to use the Shell Browse dialog for selecting a folder. Example VB5 program that demonstrates how to use the dll is included. |
The OnError Wizard - Version 5.0.1 |
||||||
|
||||||
The fastest, friendliest, most convenient way to add error handling to your Visual Basic 5.0 programs. Since the OnError Wizard is a VB 5.0 Add-In, you add error handling from within the VB environment at design-time, when you need it most! Since the OnError Wizard is always at your fingertips from within VB, adding error handling becomes an integral part of your development process instead of a "tie-a-string-around-your-finger" afterthought. |
Time to Win - Version 6.28 |
||||||
|
||||||
A powerfull DLL (written in C) with 945 functions or subroutines. With TIME TO WIN, you can : Create your application easier and faster; Create a smaller application;Accelerate the speed of your application; You can find functions or routines over the following sections (underlined section is for new functions in the specified section) : 2-D Geometry; 3-D Geometry; Array; Binary; Bitmap; Compression; Crc32; Date and time; Days and months in different language; Disk array; Encryption; File; File |
Var Smasher - Version 1.0.5 |
||||||
|
||||||
This add-in is used to delete unused variables in the current code window. This version has a slightly differnt look and has some bug fixes. If you find any bugs please e-mail me and I will send you an updated addin.Requires the VB 5.0 Runtimes. |
VB Asteroids Example - Version 1.0 |
||||||
|
||||||
This source code is for Visual Basic 5 only. It shows the basics of an asteroids game, written in pure vb. It shows how to implement inertia and various angle calulations. It's a good starting place if you are thinking of writing a game in vb which requires a bit of Trig. |
VB Builder - Version 1.1.02 |
||||||
|
||||||
Pinpoint errors in your VB programs to the exact line where they occur. VB Builder is a VB 5.0 Add-In that creates line numbered versions of your VB program so that you can use the VB error line function (erl) in your error handling code.VB Builder also compiles your programs and stores each line numbered version in a separate directory based on the current version number of the program. |
VB Crash Shield - Version 1.0 |
||||||
|
||||||
An error-handling code generator for Visual Basic 5.0. It will automatically insert error-handling code into every procedure, function, and event of your application. Once the error-handling code is inserted into your Visual Basic Project, theProject becomes "Crash Proof" when compiled. There are three different types of error insertion code options that can be used, to either track specific problems, ignore problems, or centralize error-handling. Which ever error-handling code option you decide |
VB DocuMentor - Version 1.2.02 |
||||||
|
||||||
Document your programs with one click. VB DocuMentor is a VB 5.0 Add-In that allows you to painlessly document your program as you code it. It produces formatted descriptive procedure and module headers and word wrapped comment blocks. It also inserts error handling code and tracks your program's revision information. |
VB Error Catcher - Version 1.3 |
||||||
|
||||||
A Visual Basic (5 and 6) addin that inserts line numbers and error handlers in your code. If a run time error occurs, the error handler will tell you exactly the line number, subroutine name,module name, build number etc. VB Error Catcher does not modify your original code or error handlers. It saves the modified project in another directory and builds it for you, tracking the various versions. It will save you a lot of work!!!You can register it on line and instantly have it totally enabled. |
VB RecentFiles Editor - Version 2.0 |
||||||
|
||||||
A tiny utility to allow Visual Basic 5.0 users to edit Recent Files list. As you know, there is a new feature in Visual Basic 5.0that when you open a project, you can select a projectrecently used. But in some time, some items in this list is not useful, so you can use this utility to remove unwanted items or sort them as you like. |
VB ResDll Kit - Version 1.0 |
||||||
|
||||||
Helps the Visual Basic Programmer in working with resources (icons, cursors, bitmaps, waves, strings) stored in dll's. It contains ResDllBuilder, an Add-In for Microsoft Visual Basic 5 or 6 for creating real resource-only dll's (no ActiveX!) from any valid .res-file, and CResDll, a Visual Basic class, which encapsulates the necessary Windows API functions for loading resources from dll files. |
VB Shaped Form Creator - Version 4.00 |
||||||
|
||||||
VB Shaped Form Creator allows you to create shaped forms (sometimes know as irregular windows) for Visual Basic 4. Like the round clock in Microsft Power Toys, for example, except you can have much more complex shapes easily. You just draw your shape, and then save it as a VB form, or you can modify an existing form to have the shape you have drawn. |
VB Tool Box - Version 2.0.9 |
||||||
|
||||||
A Visual Basic Add-In that is filled with features that make VB5 a more productive development environment. Features include drag-and-drop code templates, control templates, linked to-do items and other features. Fully integrated into the VB5 IDE. Requires Visual Basic Service Pack 2. |
VB Workshop - Version 99 |
||||||
|
||||||
More than 140 VB Tips, Tricks How To's. For VB 4 (32), VB 5 and VB 6. Handy Windows Helpfile format. |
VBCoder - Version 1.06.0002 |
||||||
|
||||||
A Visual Basic Design Environment utility with the following features: Generates text to be inserted into your vb code window on the fly. Works with VB4 16 bit, but with tweaks to the ini file will work with any version of VB. Boilerplate editor for easily creating files for using with vbcoder. Only displayed when its wanted. Wide range of tags & macros. |
Visual Basic Dependency Wizard - Version 1.0 |
||||||
|
||||||
Makes organizing your project dependencies as easy as opening a project! The Dependency Wizard creates a list of dependency files needed to distribute your VB application. The files are displayed in a familiar Windows Explorer style list. |
VoodooCoder II - Version 2.0 |
||||||
|
||||||
The follow-up to the amazing VoodooCoder product. Not only is it the number-1 error handler add-in, but also now includes features such as AutoSave, Code Repository and numerous other additions. This time we've included a wealth of options which you will wonder how you lived without. |